home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / Menu.dxr / 00022_knop_links.ls < prev    next >
Encoding:
Text File  |  2005-01-01  |  138 b   |  12 lines

  1. property pLink
  2.  
  3. on beginSprite me
  4.   pLink = EMPTY
  5. end
  6.  
  7. on mouseUp
  8.   if pLink <> EMPTY then
  9.     baOpenURL(pLink, "maximised")
  10.   end if
  11. end
  12.